compress/flate.huffmanBitWriter.writeTokens (method)
3 uses
compress/flate (current package)
huffman_bit_writer.go#L495: w.writeTokens(tokens, literalEncoding.codes, offsetEncoding.codes)
huffman_bit_writer.go#L528: w.writeTokens(tokens, w.literalEncoding.codes, w.offsetEncoding.codes)
huffman_bit_writer.go#L577: func (w *huffmanBitWriter) writeTokens(tokens []token, leCodes, oeCodes []hcode) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)